Explorar el Código

autoupdate docs by xmake-repo/ci

ruki hace 3 años
padre
commit
fb771a991b
Se han modificado 9 ficheros con 140 adiciones y 18 borrados
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 37 0
      mirror/packages/linux.html
  4. 37 0
      mirror/packages/macosx.html
  5. 24 0
      packages/linux.md
  6. 24 0
      packages/macosx.md
  7. 14 14
      sitemap.xml
  8. 1 1
      zh-cn/_coverpage.md
  9. 1 1
      zh-cn/_sidebar.md

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: ck, pango, fpng**
+- **Recently added: xmlto, ck, pango**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
-- Packages (577)
+- Packages (578)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/linux.html

@@ -19181,6 +19181,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xframe")
 </code></pre>
+<h3 id="xmltolinux">xmlto (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Convert XML to another format (based on XSL or other tools)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://pagure.io/xmlto">https://pagure.io/xmlto</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.0.28</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xmlto/xmake.lua">xmlto/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xmlto
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xmlto")
+</code></pre>
 <h3 id="xorgprotolinux">xorgproto (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -17826,6 +17826,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("xframe")
 </code></pre>
+<h3 id="xmltomacosx">xmlto (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Convert XML to another format (based on XSL or other tools)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://pagure.io/xmlto">https://pagure.io/xmlto</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.0.28</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xmlto/xmake.lua">xmlto/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install xmlto
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("xmlto")
+</code></pre>
 <h3 id="xorgprotomacosx">xorgproto (macosx)</h3>
 <table>
 <thead>

+ 24 - 0
packages/linux.md

@@ -12830,6 +12830,30 @@ add_requires("xframe")
 ```
 
 
+### xmlto (linux)
+
+
+| Description | *Convert XML to another format (based on XSL or other tools)* |
+| -- | -- |
+| Homepage | [https://pagure.io/xmlto](https://pagure.io/xmlto) |
+| License | GPL-2.0 |
+| Versions | 0.0.28 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [xmlto/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xmlto/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xmlto
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xmlto")
+```
+
+
 ### xorgproto (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -11929,6 +11929,30 @@ add_requires("xframe")
 ```
 
 
+### xmlto (macosx)
+
+
+| Description | *Convert XML to another format (based on XSL or other tools)* |
+| -- | -- |
+| Homepage | [https://pagure.io/xmlto](https://pagure.io/xmlto) |
+| License | GPL-2.0 |
+| Versions | 0.0.28 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [xmlto/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/xmlto/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install xmlto
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("xmlto")
+```
+
+
 ### xorgproto (macosx)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-01-03T10:13:58+08:00</lastmod>
+  <lastmod>2022-01-03T22:47:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-01-03T10:14:00+08:00</lastmod>
+  <lastmod>2022-01-03T22:47:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-01-03T10:14:00+08:00</lastmod>
+  <lastmod>2022-01-03T22:47:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-01-03T10:14:00+08:00</lastmod>
+  <lastmod>2022-01-03T22:47:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-01-03T10:14:01+08:00</lastmod>
+  <lastmod>2022-01-03T22:47:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-01-03T10:14:01+08:00</lastmod>
+  <lastmod>2022-01-03T22:47:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-01-03T10:14:01+08:00</lastmod>
+  <lastmod>2022-01-03T22:47:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-01-03T10:14:01+08:00</lastmod>
+  <lastmod>2022-01-03T22:47:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-01-03T10:14:02+08:00</lastmod>
+  <lastmod>2022-01-03T22:47:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-01-03T10:14:02+08:00</lastmod>
+  <lastmod>2022-01-03T22:47:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-01-03T10:14:02+08:00</lastmod>
+  <lastmod>2022-01-03T22:47:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-01-03T10:14:02+08:00</lastmod>
+  <lastmod>2022-01-03T22:47:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-01-03T10:14:02+08:00</lastmod>
+  <lastmod>2022-01-03T22:47:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-01-03T10:14:03+08:00</lastmod>
+  <lastmod>2022-01-03T22:47:09+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: ck, pango, fpng**
+- **Recently added: xmlto, ck, pango**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (577)
+- 包列表 (578)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)