Difference between revisions of "Former alphalinux.org content"

From AlphaLinux
Jump to: navigation, search
(Initial version.)
 
(Tabulated.)
Line 1: Line 1:
The original content from the alphalinux.org website is now available again. Rich Payne and Peter Petrakis have very kindly uploaded it to GitHub. This means that enthusiasts can choose between browsing files normally one by one, or getting a copy of the entire site using "git clone".
+
The original content from the alphalinux.org website is now available again. Peter Petrakis has very kindly uploaded it to GitHub.
  
Browse to: https://github.com/alphalinux
+
This means that enthusiasts can choose between browsing files on the Github [https://github.com/alphalinux alphalinux project website], or getting a copy of the entire original site using "git clone".
 +
 
 +
{| class="wikitable"
 +
!Description
 +
!Github web
 +
!Git clone command
 +
|-
 +
|alphalinux.org site archive
 +
|[https://github.com/alphalinux/web web]
 +
|<code>git clone git://github.com/alphalinux/web</code>
 +
|-
 +
|Archive of alphalinux mailing lists including the axp-list
 +
|[https://github.com/alphalinux/lists lists]
 +
|<code>git clone git://github.com/alphalinux/lists</code>
 +
|-
 +
|SRM firmware archive
 +
|[https://github.com/alphalinux/firmware firmware]
 +
|<code>git clone git://github.com/alphalinux/firmware</code>
 +
|-
 +
|}
 +
 
 +
Git clone:
  
To get your own copy, do the following:
 
 
  $ git clone git://github.com/alphalinux/web
 
  $ git clone git://github.com/alphalinux/web
 
  $ git clone git://github.com/alphalinux/lists
 
  $ git clone git://github.com/alphalinux/lists
 
  $ git clone git://github.com/alphalinux/firmware
 
  $ git clone git://github.com/alphalinux/firmware

Revision as of 21:56, 22 February 2015

The original content from the alphalinux.org website is now available again. Peter Petrakis has very kindly uploaded it to GitHub.

This means that enthusiasts can choose between browsing files on the Github alphalinux project website, or getting a copy of the entire original site using "git clone".

Description Github web Git clone command
alphalinux.org site archive web git clone git://github.com/alphalinux/web
Archive of alphalinux mailing lists including the axp-list lists git clone git://github.com/alphalinux/lists
SRM firmware archive firmware git clone git://github.com/alphalinux/firmware

Git clone:

$ git clone git://github.com/alphalinux/web
$ git clone git://github.com/alphalinux/lists
$ git clone git://github.com/alphalinux/firmware