forked from masak/proto
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Implement Site Tips (Closes #32)
- Loading branch information
1 parent
70c9ef5
commit e2f4cbc
Showing
7 changed files
with
38 additions
and
10 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
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,10 @@ | ||
| # This is a comment and wil be ignored, as are blank lines | ||
| # Each line represents a single tip | ||
| # ******************************** | ||
| # ******************************** | ||
| # IMPORTANT: You MUST escape HTML... | ||
| # ...that also means you can use HTML code in your tips | ||
| # ******************************** | ||
| # ******************************** | ||
| You can link to a search query, like so: <a href="http://modules.perl6.org/#q=Test">http://modules.perl6.org/#q=Test</a> | ||
| Go directly to a module's repository using <kbd>/repo/</kbd>: <a href="http://modules.perl6.org/repo/Pastebin::Gist">http://modules.perl6.org/repo/Pastebin::Gist</a> |
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
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