Hello, team. As you know, we're rolling out the new AlmaNet system, and I've been tasked with explaining how we'll be formatting our entries. We're using AutoScript, which is basically a way to make our entries look nice without having to fiddle with Seq'l for every entry. I'll do my best to explain it, but if you have questions, just... I don't know, write them down and we'll have a meeting or something.
AutoScript is this text encoding system that Theo and I came up with. It's supposed to make our lives easier when we're writing entries for AlmaNet. The whole point is that it's readable as plain text, but it also tells the SLCs how to display things nicely.
Okay, so here's the basics:
Headers: Use '#' symbols at the start of a line. More '#' means it's a smaller header. Like this:
Making text stand out: Use '*' for italic and '' for bold. Like this:
This is italic
This is bold**
Lists: Use '-' or '*' for bullet points, and numbers for numbered lists. Like this:
Links: Put the text you want to show in square brackets, then the link or tape address in parentheses. Like this:
Click here to see the AlmaNet homepage
Code blocks: If you need to show Sequential code or something, use three backticks before and after. Like this:
PTIN EXAMPLE
MOVE "Hello, AlmaNet!" ECHO
PEND
Quotes: Use '>' at the start of a line for quotes. Like this:
"Knowledge is power." - Some smart person, probably
Tables: Use pipes (|) and hyphens (-) to make tables. Like this:
Column 1 | Column 2 |
---|---|
Data 1 | Data 2 |
Data 3 | Data 4 |
Look, I know this might seem like a lot, but trust me, it's easier than trying to code everything by hand. Just follow these guidelines, and the system will take care of the rest.
Remember, we're building the world's first true open access encyclopaedia here. It's important that we get this right. If you're having trouble with AutoScript, just... I don't know, ask one of the younger folks on the team. They seem to pick this stuff up quickly. Ping typewiz or me if you're having issues.
Oh, and make sure you're saving your work regularly. I know spinning up the tape drives takes time, but I'd rather you save more than you think you have to. We don't want to lose anything important.
That's all for now. Let's make AlmaNet the best it can be, or whatever motivational thing I'm supposed to say here.