diff options
author | Silvino Silva <silvino@bk.ru> | 2018-04-11 19:15:10 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2018-04-11 19:15:10 +0100 |
commit | 84ff969756dff7a67b80c10d3668f9945b52d91f (patch) | |
tree | 211e76707a3e978afd8fc6ac55e68285ba7c2c62 | |
parent | 431ff434743b17ceaccebfba40fca38cbd009d10 (diff) | |
parent | f3ec364b8579a2aa7a31e6b385424403e9fd131e (diff) | |
download | doc-84ff969756dff7a67b80c10d3668f9945b52d91f.tar.gz |
Merge branch 'r-0.0.4' into develop
-rw-r--r-- | index.html | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/index.html b/index.html index 9d13d88..18af931 100644 --- a/index.html +++ b/index.html @@ -19,18 +19,18 @@ <h2>Ports</h2> <p>Httup file - <a href="core/conf/ports/c9-ports.httpup">c9-ports.httpup</a> of c9-ports - <a href="https://s1lvino.github.io/c9-ports/">c9-ports</a> + <a href="core/conf/ports/c9-ports.git">c9-ports.git</a> of + <a href="https://github.com/s1lvino/c9-ports/">c9-ports</a> </p> <pre> + # Collection core # - # /etc/ports/c9-ports.httpup: c9-ports port collection - # - - ROOT_DIR=/usr/ports/c9-ports - URL=https://github.com/s1lvino/c9-ports/raw/master/ - # End of file + NAME=c9-ports + URL=git://github.com/s1lvino/c9-ports.git + BRANCH=develop + destination=/usr/ports/c9-ports + PORTS_DIR="/usr/ports" </pre> <h2>About</h2> @@ -38,12 +38,10 @@ <p>Version;</p> <pre> - rev 0.3.3 + rev 0.3.4 </pre> - <p><a href="manifesto.html">Manifesto</a> helps to have general - idea, <a href="legal/index.html">legal</a> try's to address bureaucracy - and <a href="links.html">Links</a> contains relevant + <a href="links.html">Links</a> contains relevant references. Current upstream git repository;</p> <p> |