All of 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

* [Buildroot] [PATCH 1/2 v2] docs: prepare moving the website
  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 ` 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
  1 sibling, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2015-01-23 23:05 UTC (permalink / raw)
  To: buildroot

This commit just creates a symlink so the website is now accessible from
both docs/ and docs/website/.

This allows us to have the website now officially in docs/website, while
still keep backward compatibility with the current scripts that update
the website. Once those scripts have been updated, we'll be able to truly
move the website to docs/website/ for good.

All without any perceived downtime or missed updated on the website! :-)

After an idea from Peter.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
Changes v1 -> v2:
  - fix typo in title  (Thomas DP)
---
 docs/website | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 docs/website

diff --git a/docs/website b/docs/website
new file mode 120000
index 0000000..945c9b4
--- /dev/null
+++ b/docs/website
@@ -0,0 +1 @@
+.
\ No newline at end of file
-- 
1.9.1

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

* [Buildroot] [PATCH 2/2 v2] docs: really move the website
  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-23 23:05 ` Yann E. MORIN
  2015-01-25 17:17   ` Thomas Petazzoni
  1 sibling, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2015-01-23 23:05 UTC (permalink / raw)
  To: buildroot

Now that the automated scripts that deply our website have been updated,
really move the website to its final location.

We still keep a symlink for the images, as they are used both for the
website, and for the manual.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <jacmet@uclibc.org>

---
Since we do not have much flexibility with the automated scripts, I
preferred the images be stored in the website so it is easier to deploy.
---
 docs/images                                                |   1 +
 docs/website                                               |   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
 42 files changed, 1 insertion(+), 1 deletion(-)
 create mode 120000 docs/images
 delete mode 120000 docs/website
 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%)

diff --git a/docs/images b/docs/images
new file mode 120000
index 0000000..7356350
--- /dev/null
+++ b/docs/images
@@ -0,0 +1 @@
+website/images
\ No newline at end of file
diff --git a/docs/website b/docs/website
deleted file mode 120000
index 945c9b4..0000000
--- a/docs/website
+++ /dev/null
@@ -1 +0,0 @@
-.
\ No newline at end of file
diff --git a/docs/about.html b/docs/website/about.html
similarity index 100%
rename from docs/about.html
rename to docs/website/about.html
diff --git a/docs/contribute.html b/docs/website/contribute.html
similarity index 100%
rename from docs/contribute.html
rename to docs/website/contribute.html
diff --git a/docs/copyright.txt b/docs/website/copyright.txt
similarity index 100%
rename from docs/copyright.txt
rename to docs/website/copyright.txt
diff --git a/docs/css/bootstrap.min.css b/docs/website/css/bootstrap.min.css
similarity index 100%
rename from docs/css/bootstrap.min.css
rename to docs/website/css/bootstrap.min.css
diff --git a/docs/css/bootswatch.less b/docs/website/css/bootswatch.less
similarity index 100%
rename from docs/css/bootswatch.less
rename to docs/website/css/bootswatch.less
diff --git a/docs/css/buildroot.css b/docs/website/css/buildroot.css
similarity index 100%
rename from docs/css/buildroot.css
rename to docs/website/css/buildroot.css
diff --git a/docs/css/variables.less b/docs/website/css/variables.less
similarity index 100%
rename from docs/css/variables.less
rename to docs/website/css/variables.less
diff --git a/docs/docs.html b/docs/website/docs.html
similarity index 100%
rename from docs/docs.html
rename to docs/website/docs.html
diff --git a/docs/download.html b/docs/website/download.html
similarity index 100%
rename from docs/download.html
rename to docs/website/download.html
diff --git a/docs/favicon.ico b/docs/website/favicon.ico
similarity index 100%
rename from docs/favicon.ico
rename to docs/website/favicon.ico
diff --git a/docs/fonts/glyphicons-halflings-regular.woff b/docs/website/fonts/glyphicons-halflings-regular.woff
similarity index 100%
rename from docs/fonts/glyphicons-halflings-regular.woff
rename to docs/website/fonts/glyphicons-halflings-regular.woff
diff --git a/docs/footer.html b/docs/website/footer.html
similarity index 100%
rename from docs/footer.html
rename to docs/website/footer.html
diff --git a/docs/git.html b/docs/website/git.html
similarity index 100%
rename from docs/git.html
rename to docs/website/git.html
diff --git a/docs/header.html b/docs/website/header.html
similarity index 100%
rename from docs/header.html
rename to docs/website/header.html
diff --git a/docs/images/boundary-devices-logo.png b/docs/website/images/boundary-devices-logo.png
similarity index 100%
rename from docs/images/boundary-devices-logo.png
rename to docs/website/images/boundary-devices-logo.png
diff --git a/docs/images/calao-logo.png b/docs/website/images/calao-logo.png
similarity index 100%
rename from docs/images/calao-logo.png
rename to docs/website/images/calao-logo.png
diff --git a/docs/images/circuitco-logo.png b/docs/website/images/circuitco-logo.png
similarity index 100%
rename from docs/images/circuitco-logo.png
rename to docs/website/images/circuitco-logo.png
diff --git a/docs/images/fluendo-logo.png b/docs/website/images/fluendo-logo.png
similarity index 100%
rename from docs/images/fluendo-logo.png
rename to docs/website/images/fluendo-logo.png
diff --git a/docs/images/free-electrons-logo.png b/docs/website/images/free-electrons-logo.png
similarity index 100%
rename from docs/images/free-electrons-logo.png
rename to docs/website/images/free-electrons-logo.png
diff --git a/docs/images/glyphicons-halflings-white.png b/docs/website/images/glyphicons-halflings-white.png
similarity index 100%
rename from docs/images/glyphicons-halflings-white.png
rename to docs/website/images/glyphicons-halflings-white.png
diff --git a/docs/images/glyphicons-halflings.png b/docs/website/images/glyphicons-halflings.png
similarity index 100%
rename from docs/images/glyphicons-halflings.png
rename to docs/website/images/glyphicons-halflings.png
diff --git a/docs/images/google-logo.png b/docs/website/images/google-logo.png
similarity index 100%
rename from docs/images/google-logo.png
rename to docs/website/images/google-logo.png
diff --git a/docs/images/gplus.png b/docs/website/images/gplus.png
similarity index 100%
rename from docs/images/gplus.png
rename to docs/website/images/gplus.png
diff --git a/docs/images/imgtec-logo.png b/docs/website/images/imgtec-logo.png
similarity index 100%
rename from docs/images/imgtec-logo.png
rename to docs/website/images/imgtec-logo.png
diff --git a/docs/images/logo.png b/docs/website/images/logo.png
similarity index 100%
rename from docs/images/logo.png
rename to docs/website/images/logo.png
diff --git a/docs/images/logo.xcf b/docs/website/images/logo.xcf
similarity index 100%
rename from docs/images/logo.xcf
rename to docs/website/images/logo.xcf
diff --git a/docs/images/logo_small.png b/docs/website/images/logo_small.png
similarity index 100%
rename from docs/images/logo_small.png
rename to docs/website/images/logo_small.png
diff --git a/docs/images/menuconfig.png b/docs/website/images/menuconfig.png
similarity index 100%
rename from docs/images/menuconfig.png
rename to docs/website/images/menuconfig.png
diff --git a/docs/images/menuconfig_small.png b/docs/website/images/menuconfig_small.png
similarity index 100%
rename from docs/images/menuconfig_small.png
rename to docs/website/images/menuconfig_small.png
diff --git a/docs/images/mind-logo.png b/docs/website/images/mind-logo.png
similarity index 100%
rename from docs/images/mind-logo.png
rename to docs/website/images/mind-logo.png
diff --git a/docs/images/synopsys-logo.png b/docs/website/images/synopsys-logo.png
similarity index 100%
rename from docs/images/synopsys-logo.png
rename to docs/website/images/synopsys-logo.png
diff --git a/docs/images/valid-html401.png b/docs/website/images/valid-html401.png
similarity index 100%
rename from docs/images/valid-html401.png
rename to docs/website/images/valid-html401.png
diff --git a/docs/index.html b/docs/website/index.html
similarity index 100%
rename from docs/index.html
rename to docs/website/index.html
diff --git a/docs/js/bootstrap.min.js b/docs/website/js/bootstrap.min.js
similarity index 100%
rename from docs/js/bootstrap.min.js
rename to docs/website/js/bootstrap.min.js
diff --git a/docs/js/buildroot.js b/docs/website/js/buildroot.js
similarity index 100%
rename from docs/js/buildroot.js
rename to docs/website/js/buildroot.js
diff --git a/docs/js/jquery-1.11.1.min.js b/docs/website/js/jquery-1.11.1.min.js
similarity index 100%
rename from docs/js/jquery-1.11.1.min.js
rename to docs/website/js/jquery-1.11.1.min.js
diff --git a/docs/news.html b/docs/website/news.html
similarity index 100%
rename from docs/news.html
rename to docs/website/news.html
diff --git a/docs/robots.txt b/docs/website/robots.txt
similarity index 100%
rename from docs/robots.txt
rename to docs/website/robots.txt
diff --git a/docs/sponsors.html b/docs/website/sponsors.html
similarity index 100%
rename from docs/sponsors.html
rename to docs/website/sponsors.html
diff --git a/docs/support.html b/docs/website/support.html
similarity index 100%
rename from docs/support.html
rename to docs/website/support.html
-- 
1.9.1

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

* [Buildroot] [PATCH 1/2 v2] docs: prepare moving the website
  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
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2015-01-25 14:26 UTC (permalink / raw)
  To: buildroot

Dear Yann E. MORIN,

On Sat, 24 Jan 2015 00:05:54 +0100, Yann E. MORIN wrote:
> This commit just creates a symlink so the website is now accessible from
> both docs/ and docs/website/.
> 
> This allows us to have the website now officially in docs/website, while
> still keep backward compatibility with the current scripts that update
> the website. Once those scripts have been updated, we'll be able to truly
> move the website to docs/website/ for good.
> 
> All without any perceived downtime or missed updated on the website! :-)
> 
> After an idea from Peter.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Peter Korsgaard <jacmet@uclibc.org>
> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

Applied, thanks.

Let's wait for this commit to be picked up by the server, change the
server configuration, and apply the second commit. Let me know when it
is OK to apply the second commit in this series.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 2/2 v2] docs: really move the website
  2015-01-23 23:05 ` [Buildroot] [PATCH 2/2 v2] docs: really move " Yann E. MORIN
@ 2015-01-25 17:17   ` Thomas Petazzoni
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2015-01-25 17:17 UTC (permalink / raw)
  To: buildroot

Dear Yann E. MORIN,

On Sat, 24 Jan 2015 00:05:55 +0100, Yann E. MORIN wrote:
> Now that the automated scripts that deply our website have been updated,
> really move the website to its final location.
> 
> We still keep a symlink for the images, as they are used both for the
> website, and for the manual.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Peter Korsgaard <jacmet@uclibc.org>

Applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.