Browse Source

some improvement to the readme file

new-beta
Jaromil 2 months ago
parent
commit
fcdf285bdf
  1. 53
      README.md

53
README.md

@ -1,23 +1,45 @@
# Devuan Web Source
This is the source for Devuan's web site `www.devuan.org`, and its
fore-runner `beta.devuan.org`.
Development occurs on the `new-beta` branch, where only the `source/`
directory is used and automatically published verbatim to
`beta.devuan.org`. The main site `www.devuan.org` is published by
manual copy of `beta.devuan.org` on the server, except for
`sitemap.xml` which is generated with respect to
This is the source for Devuan's web site `www.devuan.org`
Development occurs on the `new-beta` branch, where only the `source/` directory
is used and automatically published verbatim to `beta.devuan.org`
# Preview
To preview your changes simply step into `source/` and launch
```
python3 -m http.server
```
then navigate to http://localhost:8000
Every change requires a refresh of the page.
The main site `www.devuan.org` is published by manual copy of `beta.devuan.org`
on the server, except for `sitemap.xml` which is generated with respect to
`https://beta.devuan.org`.
# Publish
The file `.PUBLISH` is a control file for publishing the current
`beta.devuan.org` onto `www.devuan.org`. By touching that file, for
example adding a who+when+why note to it, and pushing that, the
automatic publishing process will also publish `www.devuan.org`
verbatim from `beta.devuan.org`, except for `sitemap.xml` which is
generated with respect to `https://www.devuan.org`.
`beta.devuan.org` onto `www.devuan.org`.
When you are ready to publish just update that file:
```
date -R >> .PUBLISH
```
then edit it and add a note of text to the right side of your entry.
All else in this project is old stuff.
When one adds, commits and pushes a change to `.PUBLISH` the automatic
publishing process will refresh `www.devuan.org` verbatim from
`beta.devuan.org`, except for `sitemap.xml` which is generated with respect to
`https://www.devuan.org`.
Thank you for contributing!
# Attic
All else found in this project is old stuff, especially the ruby bits.
## License
@ -28,6 +50,3 @@ Public License, version 3, or, at your option, any later version. (See
The website contents are creative commons released under
CC-BY-ND-4.0-International.
## Editing Pages
Thank you for contributing!

Loading…
Cancel
Save