-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
konimex
authored and
Muhammad Herdiansyah
committed
Apr 8, 2016
1 parent
fa929a0
commit 6e60f02
Showing
6 changed files
with
142 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Linux Distribution Timeline | CONTRIBUTING | ||
------------------------------------------ | ||
|
||
Because I want to keep it simple and coherent with previous | ||
versions by the original maintainers, I decided to make this | ||
very simple guide of how to contribute to this project. You | ||
are not obliged to follow this, but you'll ease my job if you | ||
do. :) | ||
|
||
Formatting | ||
========== | ||
|
||
Remember to keep the CSV coherent, newest distro will always | ||
go to the bottomest place. And also, please group it | ||
accordingly, a Debian-based distro should never be grouped | ||
with a distro based on Slackware. Also, if another distro | ||
based on another distro, based on another distro is released, | ||
put it after, to the bottomest place, *before* another distro. | ||
|
||
For example: | ||
|
||
"Debian" | ||
"Ubuntu" based on Debian | ||
"Kubuntu" based on Ubuntu | ||
"Linux Mint" based on Ubuntu | ||
"gNewSense" based on Debian | ||
|
||
Keep the original timeline | ||
========================== | ||
|
||
Don't understand what I meant? For example, S.u.S.E, before | ||
rebasing their code to Red Hat, they originally used Slack | ||
as their upstream. If you ever see this happening in the future, | ||
add it to the connectors, again, coherent with the distros. You | ||
may see "Thickness" in the CSV in the "Connectors" part. The | ||
thickness may vary from 1, 2 or 4. It has already been explained | ||
in the build generated by gldt, but I'll just explain it again. | ||
|
||
* 1: Influence, developer switch (e.g.: CRUX to Arch) | ||
* 2: Rebasing, substantial code flow, project overtaking | ||
(e.g. Red Hat to SuSE) | ||
* 4: Developer & code sharing, project merging (e.g. Maemo | ||
to MeeGo) | ||
|
||
Sorry for my bad writing, and this is still a work in progress. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,26 @@ | ||
GNU/LINUX DISTRIBUTION TIMELINE | README | ||
======================================== | ||
Linux Distribution Timeline | README | ||
------------------------------------ | ||
|
||
Copyright (C) 2010-2012 Andreas Lundqvist, Donjan Rodic | ||
Copyright (C) 2016 Konimex | ||
|
||
Permission is granted to copy, distribute and/or modify this document | ||
under the terms of the GNU Free Documentation License, Version 1.3 or | ||
any later version published by the Free Software Foundation; with no | ||
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. | ||
|
||
The most recent version can be found at: | ||
http://futurist.se/gldt/ | ||
Original source: http://futurist.se/gldt/ | ||
|
||
#### Installation | ||
|
||
If you want to build your own version, make sure you have gnuclad installed. | ||
|
||
To install gnuclad, you can download it at https://launchpad.net/gnuclad | ||
For Arch users, use the AUR: https://aur.archlinux.org/packages/gnuclad/ | ||
|
||
After you have installed gnuclad, to build just the svg, run: | ||
|
||
gnuclad gldt.csv SVG gldt.conf | ||
|
||
You can run the script (build.sh) to build the svg, png, and the tarball | ||
containing the source. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.