Permalink
Browse files

Updated plugin manual link

  • Loading branch information...
Julian Laubstein
Julian Laubstein committed Feb 6, 2016
1 parent aae9aa3 commit 64ddcf42edc61adcd5e5f27203b7b49b45ba8b90
Showing with 1 addition and 1 deletion.
  1. +1 −1 plugins.html
View
@@ -2,4 +2,4 @@
layout: page
title: Plugins
---
<p>Plugins are an important method of customisation for Cuberite. There are many different first and third-party plugins available in the <a href="https://forum.cuberite.org/forumdisplay.php?fid=2">plugins section</a> of our forum. For information on adding a plugin to your server, read the <a href="https://book.cuberite.org/#2.4">user's manual</a>. If you want to write your own plugin, you will find all the necessary information in the <a href="http://api-docs.cuberite.org/">API Documentation</a>.</p>
<p>Plugins are an important method of customisation for Cuberite. There are many different first and third-party plugins available in the <a href="https://forum.cuberite.org/forumdisplay.php?fid=2">plugins section</a> of our forum. For information on adding a plugin to your server, read the <a href="https://book.cuberite.org/#2.5">user's manual</a>. If you want to write your own plugin, you will find all the necessary information in the <a href="http://api-docs.cuberite.org/">API Documentation</a>.</p>

13 comments on commit 64ddcf4

@SafwatHalaby

This comment has been minimized.

Show comment
Hide comment
@SafwatHalaby

SafwatHalaby Feb 6, 2016

Member

I think we should come up with a solution here. These links shouldn't be dependent on placement order. Perhaps have a random unique string for each subsection? @bearbin

Member

SafwatHalaby replied Feb 6, 2016

I think we should come up with a solution here. These links shouldn't be dependent on placement order. Perhaps have a random unique string for each subsection? @bearbin

@sphinxc0re

This comment has been minimized.

Show comment
Hide comment
@sphinxc0re

sphinxc0re Feb 6, 2016

That would be good. If @bearbin comes up with a clean solution, I'm all for it

sphinxc0re replied Feb 6, 2016

That would be good. If @bearbin comes up with a clean solution, I'm all for it

@bearbin

This comment has been minimized.

Show comment
Hide comment
@bearbin

bearbin Feb 6, 2016

Member

This is an easy fix, working on it now.

Member

bearbin replied Feb 6, 2016

This is an easy fix, working on it now.

@bearbin

This comment has been minimized.

Show comment
Hide comment
@bearbin

bearbin Feb 6, 2016

Member

This issue should now be fixed, look in the HTML for a new link-ref which is the title of the subsection.

e.g.

https://book.cuberite.org/#sub-introduction

Member

bearbin replied Feb 6, 2016

This issue should now be fixed, look in the HTML for a new link-ref which is the title of the subsection.

e.g.

https://book.cuberite.org/#sub-introduction

@bearbin

This comment has been minimized.

Show comment
Hide comment
@bearbin

bearbin Feb 6, 2016

Member

BTW, the code won't get run for another 20 mins so be patient.

Member

bearbin replied Feb 6, 2016

BTW, the code won't get run for another 20 mins so be patient.

@SafwatHalaby

This comment has been minimized.

Show comment
Hide comment
@SafwatHalaby

SafwatHalaby Feb 6, 2016

Member

That would still break if we ever change the title. We either have to be careful with title choices, or come up with the random string I originally proposed.

Member

SafwatHalaby replied Feb 6, 2016

That would still break if we ever change the title. We either have to be careful with title choices, or come up with the random string I originally proposed.

@bearbin

This comment has been minimized.

Show comment
Hide comment
@bearbin

bearbin Feb 6, 2016

Member

How do you propose that a random string be generated that persists over changes of title/content.

Anyway, even with a random string, content being moved from one section to another (with some of the original being left in place) would not be handled. I think we should just be cautious changing titles, or maybe not move things around so much?

Member

bearbin replied Feb 6, 2016

How do you propose that a random string be generated that persists over changes of title/content.

Anyway, even with a random string, content being moved from one section to another (with some of the original being left in place) would not be handled. I think we should just be cautious changing titles, or maybe not move things around so much?

@SafwatHalaby

This comment has been minimized.

Show comment
Hide comment
@SafwatHalaby

SafwatHalaby Feb 6, 2016

Member

I originally thought of adding a unique random string at the first line of each subsection file. That would persist even after a title change, and would be used as an anchor.

Member

SafwatHalaby replied Feb 6, 2016

I originally thought of adding a unique random string at the first line of each subsection file. That would persist even after a title change, and would be used as an anchor.

@bearbin

This comment has been minimized.

Show comment
Hide comment
@bearbin

bearbin Feb 6, 2016

Member

The best fix for this would be manual, by placing:

<a id="derp-123"></a>

at the beginning of every subsection. Then you can have whatever string you want and changes are decoupled from titles.

Member

bearbin replied Feb 6, 2016

The best fix for this would be manual, by placing:

<a id="derp-123"></a>

at the beginning of every subsection. Then you can have whatever string you want and changes are decoupled from titles.

@SafwatHalaby

This comment has been minimized.

Show comment
Hide comment
@SafwatHalaby

SafwatHalaby Feb 6, 2016

Member

Sounds good to me.

Member

SafwatHalaby replied Feb 6, 2016

Sounds good to me.

@bearbin

This comment has been minimized.

Show comment
Hide comment
@bearbin

bearbin Feb 6, 2016

Member

I will remove the code I introduced earlier then.

Member

bearbin replied Feb 6, 2016

I will remove the code I introduced earlier then.

@SafwatHalaby

This comment has been minimized.

Show comment
Hide comment
@SafwatHalaby

SafwatHalaby Feb 6, 2016

Member

You'd still need to make the Table of Contents point to the right thing though.

Member

SafwatHalaby replied Feb 6, 2016

You'd still need to make the Table of Contents point to the right thing though.

@bearbin

This comment has been minimized.

Show comment
Hide comment
@bearbin

bearbin Feb 6, 2016

Member

I don't think there's any point changing the ToC - at the moment it auto-updates, and changing it would mean you have to update it manually. We only want to make it so external links don't need to be updated.

Member

bearbin replied Feb 6, 2016

I don't think there's any point changing the ToC - at the moment it auto-updates, and changing it would mean you have to update it manually. We only want to make it so external links don't need to be updated.

Please sign in to comment.