Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit da3faed

Browse files
committed
Moved .plan info to regular site.
1 parent b254456 commit da3faed

201 files changed

Lines changed: 10 additions & 29090 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 26 deletions
This file was deleted.
File renamed without changes.

Makefile

Lines changed: 0 additions & 73 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
11
# .plan
22

3-
*A .plan file for the extended LFE community*
4-
5-
View the current .plan file here:
6-
7-
* [http://plan.lfe.io/](http://plan.lfe.io)
8-
9-
10-
## How to Add Your ``.plan``
11-
12-
Want to add your own entry to the LFEX ``.plan`` file? Just:
13-
14-
1. [fork the repo](https://github.com/lfex/plan/fork)
15-
2. make your edits:
16-
* add ``<yourname>`` to the ``src/_config.yml`` in the ``DotPlan -> planners`` list
17-
* create ``src/plans/<yourname>.plan.md``, adding your LFE/LFEX-related content
18-
* check your edits locally by running ``make run`` and then opening [http://localhost:4000](http://localhost:4000) in your browser
19-
3. [submit a PR](https://github.com/lfex/plan/compare)
3+
LFE .plan files have moved to [https://lfe.io/plan/](https://lfe.io/plan/).

bin/fixup-chars.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<html>
2+
<head>
3+
<title>Redirecting ...</title>
4+
<meta http-equiv="refresh" content="0; URL=https://lfe.io/plan/" />
5+
</head>
6+
<body>
7+
<p>Redirecting to <a href="https://lfe.io/plan/">https://lfe.io/plan/</a></p>
8+
</body>
9+
</html>

src/Gemfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)