Browse Source

update all websites to use new url for gogs -> oss

Waldemar Brodkorb 6 years ago
parent
commit
c07cd85220

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+*/public

+ 3 - 3
embedded-test.org/config.toml

@@ -6,14 +6,14 @@ languageCode = "en-us"
 
 [params]
     colorScheme = "scheme-darkbrown"
-    description = "Linux embedded testing"
+    description = "embedded software testing"
     DateFormat = "2 Jan 2006"
     sidebarDescription = ""
-    sidebarFreeText = "automatic software testing for Linux Embedded"
+    sidebarFreeText = "automatic software testing for Embedded firmware"
 
 [[menu.main]]
     name = "Project site"
-    url = "https://gogs.waldemar-brodkorb.de/linux/embedded-test"
+    url = "https://gogs.waldemar-brodkorb.de/oss/embedded-test"
     weight = -100
 [[menu.main]]
     name = "Git"

+ 4 - 7
embedded-test.org/content/_index.md

@@ -9,14 +9,11 @@ type = "index"
 
 # What is it?
 
-A shell script allowing to do automatic software testing in the Linux Embedded world.
+A shell script allowing to do automatic software testing in the embedded software world.
 It make use of mksh shell and the latest available OpenADK version.
 
 It is mainly used by the uClibc-ng project to generate reports for every release.
-It can be used to find regressions in binutils, gcc or the Linux kernel with git bisect.
-
-If you want to use runtime testing, a qemu tarball with static binaries for Linux is
-available here: https://embedded-test.org/qemu-static-bins.tar.xz
+It can be used to find regressions in binutils, gcc or the Linux/Waldux kernel with git bisect.
 
 # Development
 
@@ -24,9 +21,9 @@ Get the source via following command:
 
 $ git clone git://embedded-test.org/git/embedded-test
 
-Or via HTTP/HTTPS (can be used with a proxy):
+Or via HTTPS (can be used with a proxy):
 
-$ git clone http://git.embedded-test.org/git/embedded-test.git
+$ git clone https://git.embedded-test.org/git/embedded-test.git
 
 # Contact
 

+ 2 - 2
openadk.org/config.toml

@@ -9,11 +9,11 @@ languageCode = "en-us"
     description = "Open Source Appliance Development Kit"
     DateFormat = "2 Jan 2006"
     sidebarDescription = ""
-    sidebarFreeText = "A free construction kit for Embedded Linux"
+    sidebarFreeText = "A free construction kit for Embedded Devices"
 
 [[menu.main]]
     name = "Project site"
-    url = "https://gogs.waldemar-brodkorb.de/linux/openadk"
+    url = "https://gogs.waldemar-brodkorb.de/oss/openadk"
     weight = -100
 [[menu.main]]
     name = "Documentation"

+ 7 - 7
openadk.org/content/_index.md

@@ -9,7 +9,7 @@ type = "index"
 
 # What is it?
 
-A free construction kit for Embedded Linux. The resulting firmware boots up
+A free construction kit for Embedded Devices. The resulting firmware boots up
 **very fast**, is updateable without losing local configuration changes and the
 root filesystem is mounted **read-only**. The default configuration creates a
 **very small** linux system. The default configuration for software packages
@@ -32,8 +32,8 @@ toolchains.
 
 There are many samples for different embedded systems. The porting state
 of the different embedded devices in OpenADK may vary from fully supported to
-_just_ builds. OpenADK is a framework to help you to create a Linux firmware
-for your Linux appliance. It might not be usable out-of-the box for the
+_just_ builds. OpenADK is a framework to help you to create a firmware
+for your appliance. It might not be usable out-of-the box for the
 different samples provided.
 
 There are samples for Raspberry PI 0/1/2/3, Solidrun
@@ -47,7 +47,7 @@ There are samples for Qemu (different architectures), Synopsys NSIM, Aranym-M68K
 and GDB simulator. 
 
 Furthermore there are some samples for old vintage hardware capable of running
-Linux, like SGI Indy, SGI O2, Sparcstation Voyager and more.
+Linux or Waldux, like SGI Indy, SGI O2, Sparcstation Voyager and more.
 
 # Development
 
@@ -55,11 +55,11 @@ Get the source via following command:
 
 $ git clone git://openadk.org/git/openadk
 
-Or via HTTP/HTTPS (can be used with a proxy):
+Or via HTTPS (can be used with a proxy):
 
-$ git clone http://git.openadk.org/git/openadk.git
+$ git clone https://git.openadk.org/git/openadk.git
 
-Or just get a daily snapshot from here: http://snapshots.openadk.org/
+Or just get a daily snapshot from here: https://snapshots.openadk.org/
 
 GIT-Mirror 1: http://repo.or.cz/openadk.git
 

+ 1 - 1
uclibc-ng.org/config.toml

@@ -13,7 +13,7 @@ languageCode = "en-us"
 
 [[menu.main]]
     name = "Project site"
-    url = "https://gogs.waldemar-brodkorb.de/linux/uclibc-ng"
+    url = "https://gogs.waldemar-brodkorb.de/oss/uclibc-ng"
     weight = -100
 [[menu.main]]
     name = "Downloads"

+ 7 - 4
uclibc-ng.org/content/_index.md

@@ -21,6 +21,9 @@ H8/300, HPPA, i386, IA64, LM32, M68K/Coldfire, Metag, Microblaze, MIPS, MIPS64,
 NDS32, NIOS2, OpenRISC, PowerPC, Sparc, Sparc64, SuperH, X86_64 and XTENSA processors.
 Alpha, FR-V, HPPA, IA64, LM32, NIOS2 and Sparc64 are experimental and need more testing.
 
+Since latest Linux kernels removed a lot of uClibc-ng supported architectures (AVR32, Blackfin,
+CRIS, Metag, Tile) you might consider trying [Waldux](https://waldux.rocks) on your old embedded hardware.
+
 # Latest Release
 
 1.0.29 (Codename Straffe Hendrik Quadrupel) released 03.03.2018
@@ -60,9 +63,9 @@ Get the source via the following command:
 
   +	git clone git://uclibc-ng.org/git/uclibc-ng
 
-Or via HTTP/HTTPS (can be used with a proxy):
+Or via HTTPS (can be used with a proxy):
 
-  +	git clone http://git.uclibc-ng.org/git/uclibc-ng.git
+  +	git clone https://git.uclibc-ng.org/git/uclibc-ng.git
 
 GIT is mirrored here:
 
@@ -78,9 +81,9 @@ Get the source via the following command:
 
   +	git clone git://uclibc-ng.org/git/uclibc-ng-test
 
-Or via HTTP/HTTPS (can be used with a proxy):
+Or via HTTPS (can be used with a proxy):
 
-  +	git clone http://git.uclibc-ng.org/git/uclibc-ng-test.git
+  +	git clone https://git.uclibc-ng.org/git/uclibc-ng-test.git
 
 GIT is mirrored here:
 

+ 2 - 2
waldemar-brodkorb.de/config.toml

@@ -6,10 +6,10 @@ languageCode = "en-us"
 
 [params]
     colorScheme = "scheme-darkbrown"
-    description = "wbx personal page"
+    description = "open source hacker"
     DateFormat = "2 Jan 2006"
     sidebarDescription = ""
-    sidebarFreeText = "Embedded Linux hacker"
+    #sidebarFreeText = "open source hacker"
 
 [[menu.main]]
     name = "hardware collection"

+ 4 - 4
waldemar-brodkorb.de/content/_index.md

@@ -7,16 +7,16 @@ type = "index"
 
 # Who I am?
 
-I am a Linux System Engineer and Embedded Linux Hacker. You can find my old blog
+I am used to be a system engineer and open source hacker. You can find my old blog
 [here](http://blog.waldemar-brodkorb.de/).
 Get my [GnuPG key](http://waldemar-brodkorb.de/wbx.asc).
 You can find me on [Xing](https://www.xing.com/profile/Waldemar_Brodkorb) and 
 [LinkedIn](https://www.linkedin.com/in/waldemar-brodkorb-84b90820/).
 
-# Links to my Embedded Linux projects
+# Links to my Open Source software projects
 
-  +	[OpenADK](https://openadk.org) - Embedded Linux buildsystem
+  +	[OpenADK](https://openadk.org) - buildsystem
   +	[uClibc-ng](https://uclibc-ng.org) - small C library
   +	[embedded-test](https://embedded-test.org) - shellscript for automatic testing
-  +	[waldux](https://waldux.org) - secure Linux distribution for vintage hardware 
+  +	[waldux](https://waldux.rocks) - vintage Linux kernel fork
 

+ 104 - 0
waldemar-brodkorb.de/static/wbx.asc

@@ -0,0 +1,104 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Comment: GPGTools - http://gpgtools.org
+
+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
+=UQPa
+-----END PGP PUBLIC KEY BLOCK-----

+ 1 - 1
waldux.rocks/config.toml

@@ -13,7 +13,7 @@ languageCode = "en-us"
 
 [[menu.main]]
     name = "Project site"
-    url = "https://gogs.waldemar-brodkorb.de/linux/waldux"
+    url = "https://gogs.waldemar-brodkorb.de/oss/waldux"
     weight = -100
 [[menu.main]]
     name = "Git"

+ 6 - 2
waldux.rocks/content/_index.md

@@ -22,15 +22,19 @@ and remove score, unicore, metag, frv and m32r in 4.17 release cycle.
 Their might be a good chance that it will be degenerated to a Frankenstein
 Linux.
 
+# News
+
+Support for raspberry pi and c-sky architecture was added early in 2018.
+
 # Development
 
 Get the source via following command:
 
 $ git clone git://waldux.rocks/git/waldux
 
-Or via HTTP/HTTPS (can be used with a proxy):
+Or via HTTPS (can be used with a proxy):
 
-$ git clone http://git.waldux.rocks/git/waldux.git
+$ git clone https://git.waldux.rocks/git/waldux.git
 
 # Contact