Skip to content

Commit c347e1f

Browse files
committed
Publish bimrocket version 1.0-alpha-12.
1 parent 1829276 commit c347e1f

7 files changed

Lines changed: 14 additions & 11 deletions

File tree

src/_data/product.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "BIMROCKET",
3-
"version": "v1.0-alpha-11",
4-
"revision": "r745",
3+
"version": "v1.0-alpha-12",
4+
"revision": "r808",
55
"testUrl": "https://bim.santfeliu.cat"
66
}

src/ca/download.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ language: ca
1515
Paquet zip de {{ product.name }} per a Windows x64.
1616
</h3>
1717
<p>Conté l'aplicació de frontend i els serveis de backend. Inclou openjdk-17 per a Windows x64.</p>
18-
<p>Mida: 106 Mb</p>
18+
<p>Mida: 120 Mb</p>
1919
<div>
2020
<a href="https://github.com/bimrocket/bimrocket/releases/download/{{ product.version }}/bimrocket-tomcat-1.0-windows-x64.zip" class="link-button">
2121
<span class="material-symbols-outlined pr-1">download</span> {{ t("button.download") }}
@@ -31,7 +31,7 @@ language: ca
3131
Paquet zip genèric de {{ product.name }} per a totes les plataformes (Linux, MacOS, Windows).
3232
</h3>
3333
<p>Conté l'aplicació de frontend i els serveis de backend. Requereix la instal·lació d'una màquina virtual de Java versió 17 o superior.</p>
34-
<p>Mida: 65 Mb</p>
34+
<p>Mida: 78 Mb</p>
3535
<div>
3636
<a href="https://github.com/bimrocket/bimrocket/releases/download/{{ product.version }}/bimrocket-tomcat-1.0-generic.zip" class="link-button">
3737
<span class="material-symbols-outlined pr-1">download</span> {{ t("button.download") }}
@@ -63,7 +63,7 @@ language: ca
6363
Aplicació de backend de {{ product.name }} en format war
6464
</h3>
6565
<p>Requereix un contenidor de servlets Jakarta 10 (com Apache tomcat 10.1).</p>
66-
<p>Mida: 53 Mb</p>
66+
<p>Mida: 66 Mb</p>
6767
<div>
6868
<a href="https://github.com/bimrocket/bimrocket/releases/download/{{ product.version }}/bimrocket-server.war" class="link-button">
6969
<span class="material-symbols-outlined pr-1">download</span> {{ t("button.download") }}

src/ca/features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ language: ca
3535
- Càrrega/exportació de models IFC. Compatibilitat amb múltiples esquemes IFC (IFC2X3, IFC4 i IFC4X3_ADD2).
3636
- Càrrega/exportació de models en format BRF (format JSON de Bimrocket).
3737
- Càrrega/exportació de models en formats STL, GLB, Wavefront OBJ i Collada.
38+
- Càrrega/exportació de dades GIS: GeoJSON, GML, map tiles.
3839
- Integració amb serveis externs (alguns proporcionats per **bimrocket-server**):
3940
- Servidor WebDAV on s’emmagatzemen models, scripts, informes i altres fitxers.
4041
- Servei [BCF](https://en.wikipedia.org/wiki/BIM_Collaboration_Format) (*BIM Collaboration Service*).

src/en/download.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ language: en
1515
{{ product.name }} zip package for Windows x64.
1616
</h3>
1717
<p>Contains the frontend application and the backend services. Includes openjdk-17 for Windows x64.</p>
18-
<p>Size: 106 Mb</p>
18+
<p>Size: 120 Mb</p>
1919
<div>
2020
<a href="https://github.com/bimrocket/bimrocket/releases/download/{{ product.version }}/bimrocket-tomcat-1.0-windows-x64.zip" class="link-button">
2121
<span class="material-symbols-outlined pr-1">download</span> {{ t("button.download") }}
@@ -31,7 +31,7 @@ language: en
3131
{{ product.name }} generic zip package for all platforms (Linux, MacOS, Windows).
3232
</h3>
3333
<p>Contains the frontend application and the backend services. Requires a Java virtual machine versión 17+ that must be installed separatelly.</p>
34-
<p>Size: 65 Mb</p>
34+
<p>Size: 78 Mb</p>
3535
<div>
3636
<a href="https://github.com/bimrocket/bimrocket/releases/download/{{ product.version }}/bimrocket-tomcat-1.0-generic.zip" class="link-button">
3737
<span class="material-symbols-outlined pr-1">download</span> {{ t("button.download") }}
@@ -63,7 +63,7 @@ language: en
6363
{{ product.name }} backend application in war format
6464
</h3>
6565
<p>Requires a Jakarta 10 servlet container (like Apache tomcat 10.1).</p>
66-
<p>Size: 53 Mb</p>
66+
<p>Size: 66 Mb</p>
6767

6868
<div>
6969
<a href="https://github.com/bimrocket/bimrocket/releases/download/{{ product.version }}/bimrocket-server.war" class="link-button">

src/en/features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ language: en
3535
- Load/Export IFC models. Support for multiple IFC schemas (IFC2X3, IFC4 and IFC4X3_ADD2).
3636
- Load/Export models in BRF format (JSON Bimrocket format).
3737
- Load/Export models in STL, GLB, Wavefront OBJ and Collada formats.
38+
- Load/Export GIS data: GeoJSON, GML, map tiles.
3839
- Integrated with external services (some of them provided by **bimrocket-server**)
3940
- Webdav server where models, scripts, reports and other files are stored.
4041
- [BCF](https://en.wikipedia.org/wiki/BIM_Collaboration_Format) service (*BIM Collaboration Service*)

src/es/download.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ language: es
1515
Paquete zip de {{ product.name }} para Windows x64.
1616
</h3>
1717
<p>Contiene la aplicación de frontend y los servicios de backend. Incluye openjdk-17 para Windows x64.</p>
18-
<p>Tamaño: 106 Mb</p>
18+
<p>Tamaño: 120 Mb</p>
1919
<div>
2020
<a href="https://github.com/bimrocket/bimrocket/releases/download/{{ product.version }}/bimrocket-tomcat-1.0-windows-x64.zip" class="link-button">
2121
<span class="material-symbols-outlined pr-1">download</span> {{ t("button.download") }}
@@ -31,7 +31,7 @@ language: es
3131
Paquete zip genérico de {{ product.name }} para todas las plataformas (Linux, MacOS, Windows).
3232
</h3>
3333
<p>Contiene la aplicación de frontend y los servicios de backend. Requiere de la instalación de una máquina virtual de Java versión 17 o superior.</p>
34-
<p>Tamaño: 65 Mb</p>
34+
<p>Tamaño: 78 Mb</p>
3535
<div>
3636
<a href="https://github.com/bimrocket/bimrocket/releases/download/{{ product.version }}/bimrocket-tomcat-1.0-generic.zip" class="link-button">
3737
<span class="material-symbols-outlined pr-1">download</span> {{ t("button.download") }}
@@ -63,7 +63,7 @@ language: es
6363
Aplicación de backend de {{ product.name }} en formato war
6464
</h3>
6565
<p>Requiere un contenedor de servlets Jakarta 10 (como Apache tomcat 10.1).</p>
66-
<p>Tamaño: 53 Mb</p>
66+
<p>Tamaño: 66 Mb</p>
6767
<div>
6868
<a href="https://github.com/bimrocket/bimrocket/releases/download/{{ product.version }}/bimrocket-server.war" class="link-button">
6969
<span class="material-symbols-outlined pr-1">download</span> {{ t("button.download") }}

src/es/features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ language: es
3535
- Carga/exportación de modelos IFC. Compatibilidad con múltiples esquemas IFC (IFC2X3, IFC4 e IFC4X3_ADD2).
3636
- Carga/exportación de modelos en formato BRF (formato JSON de Bimrocket).
3737
- Carga/exportación de modelos en formatos STL, GLB, Wavefront OBJ y Collada.
38+
- Carga/exportación de datos GIS: GeoJSON, GML, map tiles.
3839
- Integración con servicios externos (algunos proporcionados por **bimrocket-server**):
3940
- Servidor WebDAV donde se almacenan modelos, scripts, informes y otros archivos.
4041
- Servicio [BCF](https://en.wikipedia.org/wiki/BIM_Collaboration_Format) (*BIM Collaboration Service*).

0 commit comments

Comments
 (0)