Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2 v2] docs: move website to its own sub-dir (branch yem/website)
@ 2015-01-23 23:05 Yann E. MORIN
  2015-01-23 23:05 ` [Buildroot] [PATCH 1/2 v2] docs: prepare moving the website Yann E. MORIN
  2015-01-23 23:05 ` [Buildroot] [PATCH 2/2 v2] docs: really move " Yann E. MORIN
  0 siblings, 2 replies; 5+ messages in thread
From: Yann E. MORIN @ 2015-01-23 23:05 UTC (permalink / raw)
  To: buildroot

Hello All!

This series moves the website to its own sub-dir, so it is not mixed
with the rest of the documentation, especially the manual.

It will allow to reorganise the locations where we store manual-related
configuration files, in my gendoc/asciidoc series.

The first patch can be applied right now, and is just a temporary
kludge that has no impact, except makign the website available both in
the current location, and the new one.

This means the website won't be impacted, and we can switch the deploy
scripts to use the new location.

Once the scripts have been updated, the second patch does the actual
move, and the website is only available from the new location.


Changes v1 -> v2:
  - misc typoes in commit logs


Regards,
Yann E. MORIN.


The following changes since commit dfdf173a4c7ca1c8584833a7286df37cb008fdb2:

  qt: add X11 support (2015-01-23 23:32:23 +0100)

are available in the git repository at:

  git://git.busybox.net/~ymorin/git/buildroot yem/website

for you to fetch changes up to d6aafa8a13597213dceff4ba0da8e9f1194c317b:

  docs: really move the website (2015-01-23 23:54:58 +0100)

----------------------------------------------------------------
Yann E. MORIN (2):
      docs: prepare moving the website
      docs: really move the website

 docs/images                                                |   1 +
 docs/{ => website}/about.html                              |   0
 docs/{ => website}/contribute.html                         |   0
 docs/{ => website}/copyright.txt                           |   0
 docs/{ => website}/css/bootstrap.min.css                   |   0
 docs/{ => website}/css/bootswatch.less                     |   0
 docs/{ => website}/css/buildroot.css                       |   0
 docs/{ => website}/css/variables.less                      |   0
 docs/{ => website}/docs.html                               |   0
 docs/{ => website}/download.html                           |   0
 docs/{ => website}/favicon.ico                             | Bin
 docs/{ => website}/fonts/glyphicons-halflings-regular.woff | Bin
 docs/{ => website}/footer.html                             |   0
 docs/{ => website}/git.html                                |   0
 docs/{ => website}/header.html                             |   0
 docs/{ => website}/images/boundary-devices-logo.png        | Bin
 docs/{ => website}/images/calao-logo.png                   | Bin
 docs/{ => website}/images/circuitco-logo.png               | Bin
 docs/{ => website}/images/fluendo-logo.png                 | Bin
 docs/{ => website}/images/free-electrons-logo.png          | Bin
 docs/{ => website}/images/glyphicons-halflings-white.png   | Bin
 docs/{ => website}/images/glyphicons-halflings.png         | Bin
 docs/{ => website}/images/google-logo.png                  | Bin
 docs/{ => website}/images/gplus.png                        | Bin
 docs/{ => website}/images/imgtec-logo.png                  | Bin
 docs/{ => website}/images/logo.png                         | Bin
 docs/{ => website}/images/logo.xcf                         | Bin
 docs/{ => website}/images/logo_small.png                   | Bin
 docs/{ => website}/images/menuconfig.png                   | Bin
 docs/{ => website}/images/menuconfig_small.png             | Bin
 docs/{ => website}/images/mind-logo.png                    | Bin
 docs/{ => website}/images/synopsys-logo.png                | Bin
 docs/{ => website}/images/valid-html401.png                | Bin
 docs/{ => website}/index.html                              |   0
 docs/{ => website}/js/bootstrap.min.js                     |   0
 docs/{ => website}/js/buildroot.js                         |   0
 docs/{ => website}/js/jquery-1.11.1.min.js                 |   0
 docs/{ => website}/news.html                               |   0
 docs/{ => website}/robots.txt                              |   0
 docs/{ => website}/sponsors.html                           |   0
 docs/{ => website}/support.html                            |   0
 41 files changed, 1 insertion(+)
 create mode 120000 docs/images
 rename docs/{ => website}/about.html (100%)
 rename docs/{ => website}/contribute.html (100%)
 rename docs/{ => website}/copyright.txt (100%)
 rename docs/{ => website}/css/bootstrap.min.css (100%)
 rename docs/{ => website}/css/bootswatch.less (100%)
 rename docs/{ => website}/css/buildroot.css (100%)
 rename docs/{ => website}/css/variables.less (100%)
 rename docs/{ => website}/docs.html (100%)
 rename docs/{ => website}/download.html (100%)
 rename docs/{ => website}/favicon.ico (100%)
 rename docs/{ => website}/fonts/glyphicons-halflings-regular.woff (100%)
 rename docs/{ => website}/footer.html (100%)
 rename docs/{ => website}/git.html (100%)
 rename docs/{ => website}/header.html (100%)
 rename docs/{ => website}/images/boundary-devices-logo.png (100%)
 rename docs/{ => website}/images/calao-logo.png (100%)
 rename docs/{ => website}/images/circuitco-logo.png (100%)
 rename docs/{ => website}/images/fluendo-logo.png (100%)
 rename docs/{ => website}/images/free-electrons-logo.png (100%)
 rename docs/{ => website}/images/glyphicons-halflings-white.png (100%)
 rename docs/{ => website}/images/glyphicons-halflings.png (100%)
 rename docs/{ => website}/images/google-logo.png (100%)
 rename docs/{ => website}/images/gplus.png (100%)
 rename docs/{ => website}/images/imgtec-logo.png (100%)
 rename docs/{ => website}/images/logo.png (100%)
 rename docs/{ => website}/images/logo.xcf (100%)
 rename docs/{ => website}/images/logo_small.png (100%)
 rename docs/{ => website}/images/menuconfig.png (100%)
 rename docs/{ => website}/images/menuconfig_small.png (100%)
 rename docs/{ => website}/images/mind-logo.png (100%)
 rename docs/{ => website}/images/synopsys-logo.png (100%)
 rename docs/{ => website}/images/valid-html401.png (100%)
 rename docs/{ => website}/index.html (100%)
 rename docs/{ => website}/js/bootstrap.min.js (100%)
 rename docs/{ => website}/js/buildroot.js (100%)
 rename docs/{ => website}/js/jquery-1.11.1.min.js (100%)
 rename docs/{ => website}/news.html (100%)
 rename docs/{ => website}/robots.txt (100%)
 rename docs/{ => website}/sponsors.html (100%)
 rename docs/{ => website}/support.html (100%)

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-25 17:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-23 23:05 [Buildroot] [PATCH 0/2 v2] docs: move website to its own sub-dir (branch yem/website) Yann E. MORIN
2015-01-23 23:05 ` [Buildroot] [PATCH 1/2 v2] docs: prepare moving the website Yann E. MORIN
2015-01-25 14:26   ` Thomas Petazzoni
2015-01-23 23:05 ` [Buildroot] [PATCH 2/2 v2] docs: really move " Yann E. MORIN
2015-01-25 17:17   ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox