fix erroneous osbwww mentions (say lbwww instead)
another post-merge bonerfixhslick-master
parent
978f91509a
commit
1fc818156c
|
@ -834,5 +834,5 @@ the CC-BY-SA 4.0 license if you wish (I, Leah Rowe, own all BBB photos shown
|
||||||
on this page, except for the one on the beaglebone website, and that one is
|
on this page, except for the one on the beaglebone website, and that one is
|
||||||
merely linked here, instead of being hosted on the av.libreboot.org server).
|
merely linked here, instead of being hosted on the av.libreboot.org server).
|
||||||
|
|
||||||
This version of the page is hosted in the `osbwww` git repository, with images
|
This version of the page is hosted in the `lbwww` git repository, with images
|
||||||
for it hosted in the `lbwww-img` repository (from libreboot).
|
for it hosted in the `lbwww-img` repository (from libreboot).
|
||||||
|
|
|
@ -15,11 +15,11 @@ to the [build instructions](../build/)
|
||||||
|
|
||||||
Generally speaking, *testing* releases of libreboot will not come with
|
Generally speaking, *testing* releases of libreboot will not come with
|
||||||
documentation; if you're later using *old* testing releases, it is prudent to
|
documentation; if you're later using *old* testing releases, it is prudent to
|
||||||
check the `osbwww.git` repository on a revision from around the same time as
|
check the `lbwww.git` repository on a revision from around the same time as
|
||||||
those releases. Future stable releases of libreboot will come with a snapshot of
|
those releases. Future stable releases of libreboot will come with a snapshot of
|
||||||
the `osbwww.git` repository, for documentation pertaining to such releases. One
|
the `lbwww.git` repository, for documentation pertaining to such releases. One
|
||||||
way to do this, all testing releases of libreboot, will be to simply run `git log`
|
way to do this, all testing releases of libreboot, will be to simply run `git log`
|
||||||
on the `news/` section of `osbwww.git` and find the revision that added
|
on the `news/` section of `lbwww.git` and find the revision that added
|
||||||
the *announcement* for a given release (when available), and then you can
|
the *announcement* for a given release (when available), and then you can
|
||||||
just reset to that revision.
|
just reset to that revision.
|
||||||
|
|
||||||
|
|
14
site/git.md
14
site/git.md
|
@ -12,8 +12,8 @@ found on [who.md](who.md)
|
||||||
The `libreboot` project has 3 main Git repositories:
|
The `libreboot` project has 3 main Git repositories:
|
||||||
|
|
||||||
* Build system: <https://notabug.org/libreboot/lbmk>
|
* Build system: <https://notabug.org/libreboot/lbmk>
|
||||||
* Website (+docs): <https://notabug.org/libreboot/osbwww>
|
* Website (+docs): <https://notabug.org/libreboot/lbwww>
|
||||||
* Images (for website): <https://notabug.org/libreboot/osbwww-img>
|
* Images (for website): <https://notabug.org/libreboot/lbwww-img>
|
||||||
|
|
||||||
There is also these programs, hosted by the Libreboot project, and libreboot
|
There is also these programs, hosted by the Libreboot project, and libreboot
|
||||||
either recommends them or makes use of them:
|
either recommends them or makes use of them:
|
||||||
|
@ -65,18 +65,18 @@ build `lbmk`, refer to the [build instructions](docs/build/).
|
||||||
Information about the build system itself, and how it works, is available in
|
Information about the build system itself, and how it works, is available in
|
||||||
the [lbmk maintenance guide](docs/maintain/).
|
the [lbmk maintenance guide](docs/maintain/).
|
||||||
|
|
||||||
osbwww and osbwww-img
|
lbwww and lbwww-img
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
The *entire* libreboot website and documentation is hosted in a Git repository.
|
The *entire* libreboot website and documentation is hosted in a Git repository.
|
||||||
Download it like so:
|
Download it like so:
|
||||||
|
|
||||||
git clone https://notabug.org/libreboot/osbwww
|
git clone https://notabug.org/libreboot/lbwww
|
||||||
|
|
||||||
Images are hosted on <https://av.libreboot.org/> and available in a separate
|
Images are hosted on <https://av.libreboot.org/> and available in a separate
|
||||||
repository:
|
repository:
|
||||||
|
|
||||||
git clone https://notabug.org/libreboot/osbwww-img
|
git clone https://notabug.org/libreboot/lbwww-img
|
||||||
|
|
||||||
Make whatever changes you like. See notes below about how to send patches.
|
Make whatever changes you like. See notes below about how to send patches.
|
||||||
|
|
||||||
|
@ -87,14 +87,14 @@ site generator project.
|
||||||
|
|
||||||
If you like, you can set up a local HTTP server and build your own local
|
If you like, you can set up a local HTTP server and build your own local
|
||||||
version of the website. Please note that images will still link to the ones
|
version of the website. Please note that images will still link to the ones
|
||||||
hosted on <https://av.libreboot.org/>, so any images that you add to `osbwww-img`
|
hosted on <https://av.libreboot.org/>, so any images that you add to `lbwww-img`
|
||||||
will not show up on your local `lbwww` site if you make the image links (for
|
will not show up on your local `lbwww` site if you make the image links (for
|
||||||
images that you add) link to `av.libreboot.org`. However, it is required that such
|
images that you add) link to `av.libreboot.org`. However, it is required that such
|
||||||
images be hosted on av.libreboot.org.
|
images be hosted on av.libreboot.org.
|
||||||
|
|
||||||
Therefore, if you wish to add images to the website, please also submit to the
|
Therefore, if you wish to add images to the website, please also submit to the
|
||||||
`lbwww-img` repository, with the links to them being
|
`lbwww-img` repository, with the links to them being
|
||||||
<https://av.libreboot.org/path/to/your/new/image/in/osbwww-img> for each one.
|
<https://av.libreboot.org/path/to/your/new/image/in/lbwww-img> for each one.
|
||||||
When it is merged on the libreboot website, your images will appear live.
|
When it is merged on the libreboot website, your images will appear live.
|
||||||
|
|
||||||
For development purposes, you might make your images local links first, and
|
For development purposes, you might make your images local links first, and
|
||||||
|
|
|
@ -78,7 +78,7 @@ the [bug tracker](https://notabug.org/libreboot/lbmk/issues).
|
||||||
If you spot a bug and have a fix, [here are instructions for how to send
|
If you spot a bug and have a fix, [here are instructions for how to send
|
||||||
patches](git.md), and you can also report it. Also, this entire website is
|
patches](git.md), and you can also report it. Also, this entire website is
|
||||||
written in Markdown and hosted in a [separate
|
written in Markdown and hosted in a [separate
|
||||||
repository](https://notabug.org/libreboot/osbwww) where you can send patches.
|
repository](https://notabug.org/libreboot/lbwww) where you can send patches.
|
||||||
|
|
||||||
Any and all development discussion and user support are all done on the IRC
|
Any and all development discussion and user support are all done on the IRC
|
||||||
channel. More information is on the [contact page](contact.md).
|
channel. More information is on the [contact page](contact.md).
|
||||||
|
|
|
@ -17,7 +17,7 @@ Creative Common Zero license, version 1.0:
|
||||||
|
|
||||||
The original logo files are here: <https://av.libreboot.org/logo/>
|
The original logo files are here: <https://av.libreboot.org/logo/>
|
||||||
|
|
||||||
You can download the logo files from `osbwww-img.git`. See:
|
You can download the logo files from `lbwww-img.git`. See:
|
||||||
<https://libreboot.org/git.html>
|
<https://libreboot.org/git.html>
|
||||||
|
|
||||||
These pages are static HTML, generated from Markdown files, which you can find
|
These pages are static HTML, generated from Markdown files, which you can find
|
||||||
|
|
|
@ -15,15 +15,15 @@ Getting started
|
||||||
===============
|
===============
|
||||||
|
|
||||||
The libreboot website is available, in Markdown, from a Git repository:\
|
The libreboot website is available, in Markdown, from a Git repository:\
|
||||||
<https://notabug.org/libreboot/osbwww>
|
<https://notabug.org/libreboot/lbwww>
|
||||||
|
|
||||||
Instructions for how to send patches are available here:\
|
Instructions for how to send patches are available here:\
|
||||||
<https://libreboot.org/git.html>
|
<https://libreboot.org/git.html>
|
||||||
|
|
||||||
If you're working on a translation, make note of the commit ID from `osbwww.git`
|
If you're working on a translation, make note of the commit ID from `lbwww.git`
|
||||||
and keep track of further changes (to the English website) in that repository.
|
and keep track of further changes (to the English website) in that repository.
|
||||||
|
|
||||||
When you send the translation, please specify what commit ID in `osbwww.git` it
|
When you send the translation, please specify what commit ID in `lbwww.git` it
|
||||||
is up to date with. From then on, I will keep track of changes to the English
|
is up to date with. From then on, I will keep track of changes to the English
|
||||||
website, which is what I work on. My native language is English. When the first
|
website, which is what I work on. My native language is English. When the first
|
||||||
translation is made available on libreboot.org, I will create a new page (in
|
translation is made available on libreboot.org, I will create a new page (in
|
||||||
|
|
Loading…
Reference in New Issue