Compare commits

...

14 Commits

Author SHA1 Message Date
Atlas Cove b9521b541c Merge branch 'ee-dev' 2023-11-05 14:10:35 +00:00
Atlas Cove 94c3dec650 update slangdict.org
add definitions for delve
2023-11-05 14:06:47 +00:00
Atlas Cove 8ce8b53bad update intro.md
add detail, fix image syntax
2023-10-28 10:44:48 +01:00
Atlas Cove 2482c1279e Add CSS for external links. 2023-10-27 17:19:32 +01:00
Atlas Cove 504d65fe7d Compact .editorconfig 2023-10-27 17:19:32 +01:00
Atlas Cove 5d2926dabf Update render.sh
switched to using hard links.
2023-10-27 17:19:32 +01:00
Atlas Cove b398dea8cb fix pfiles.rb
forgot the '?'
2023-10-27 17:19:32 +01:00
Atlas Cove 6adf061e99 reindent pfiles.rb 2023-10-27 17:19:32 +01:00
Atlas Cove 215249ed0f reformat editorconfig
make each tab 4 spaces.
2023-10-27 17:19:32 +01:00
Atlas Cove 954e25ad4c Update intro.md
Start on mars description.
2023-10-27 17:12:03 +01:00
Atlas Cove 7f54ee12fd Add vscode association 2023-10-27 12:13:52 +01:00
Atlas Cove a0c16265e4 Update .gitignore
Ignore zip files
2023-10-27 12:13:52 +01:00
Atlas Cove 5cbce8ed03 image restructure and convert intro.txti 2023-10-24 19:04:30 +01:00
Atlas Cove c7e0129b3d Add slang dictionary.
update index.txti.
2023-10-24 16:35:54 +01:00
3 changed files with 10 additions and 0 deletions

View File

@ -34,3 +34,6 @@ A shining beacon of hope and industry with dreams of their own identity.
> Good work, team. That's enough for today. Can't believe we've come so far.
The most inhospitable colonised planet, Saturn's entire population consists mainly of miners and researchers,
with a notable exception being a single sports stadium.

View File

@ -45,3 +45,6 @@ Martian Spanish is notable for having a neuter case ("-e") for any animate noun.
- Syane :: (Corrupted from Spanish, Marciano), Martian native.
* Other
- Homebound :: n. Someone from Earth.
- Delve :: n. A generic term for Direct Neural Interface VR, derived from a genericised trademark.
- Delve :: v. To use a delver
- Delver :: n. A device that uses the Delve technology.

View File

@ -113,7 +113,11 @@ case $1 in
dir) dirs;;
doc) docs;;
docs) docs;;
<<<<<<< HEAD
s[ac]ss) sassfn;;
=======
s[ac]ss) sass;;
>>>>>>> ee-dev
other) dirs; other;;
rest) other;;
info) info;;