REBOL Curation: Difference between revisions

From Flashpoint Datahub
Jump to navigation Jump to search
(Created page with "This guide will show you how to curate REBOL content using Flashpoint Core. == Before You Start == *This tutorial will assume you've read the standard Curation Tutorial, whic...")
 
No edit summary
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


== Before You Start ==
== Before You Start ==
*This tutorial will assume you've read the standard Curation Tutorial, which is highly recommended to go through. Consider curating a flash game before moving on to REBOL
*This tutorial will assume you've read the standard Curation Tutorial, which is highly recommended to go through. Consider curating a [[Flash Curation|Flash]] game before moving on to REBOL.
*Below are a few sources of REBOL examples
*Below are a few sources of REBOL examples:
# http://www.rebol.com/download-view.html (desktop app that includes links to REBOL sites and files)
# http://www.rebol.com/download-view.html (desktop app that includes links to REBOL sites and files)
# http://www.rebol.org/index.r
# http://www.rebol.org/index.r
Line 9: Line 9:


== Recognizing REBOL ==
== Recognizing REBOL ==
* It's Mentioned to be REBOL on the site
* It mentions REBOL anywhere on the site.
* Uses the file extension .r
* Uses the file extension <code>.r</code>.
* Raw REBOL code is shown (similar to http://www.rebol.com/view/demos/bubbles.r)
* Raw REBOL code is shown (similar to http://www.rebol.com/view/demos/bubbles.r).


== Curation Steps ==
== Curation Steps ==
Set the Application Path as <code>FPSoftware\startRebol.bat</code> and the Platform as <code>REBOL</code>.
Set the Application Path as <code>FPSoftware\startRebol.bat</code> and the Platform as <code>REBOL</code>.


REBOL games have to be embedded in an html, if the game you're curating doesn't have an html, use the embed below
REBOL games have to be embedded in an html. If the game you're curating doesn't have an html, use the embed below:
<pre>
<pre>
<CENTER>
<CENTER>
Line 29: Line 29:
Save this as an .html file, and set it as the Launch Command. You must also find the width and height of the app.
Save this as an .html file, and set it as the Launch Command. You must also find the width and height of the app.


REBOL files may include metadata in the code, including Title, Author, Version, or Descriptions. You can add these to the meta fields if not mentioned on the website
REBOL files may include metadata in the code, including Title, Author, Version, or Descriptions. You can add these to the meta fields if not mentioned on the website.


== Troubleshooting ==
== Troubleshooting ==
* Ask in #plugin-chat if you have any issues or come across any error messages
* Ask in #plugin-chat if you have any issues or come across any error messages.


== Wrapping It Up ==
== Wrapping It Up ==

Revision as of 10:53, 5 May 2022

This guide will show you how to curate REBOL content using Flashpoint Core.

Before You Start

  • This tutorial will assume you've read the standard Curation Tutorial, which is highly recommended to go through. Consider curating a Flash game before moving on to REBOL.
  • Below are a few sources of REBOL examples:
  1. http://www.rebol.com/download-view.html (desktop app that includes links to REBOL sites and files)
  2. http://www.rebol.org/index.r
  3. http://rebol2.blogspot.com/search/label/game

Recognizing REBOL

Curation Steps

Set the Application Path as FPSoftware\startRebol.bat and the Platform as REBOL.

REBOL games have to be embedded in an html. If the game you're curating doesn't have an html, use the embed below:

<CENTER>
<OBJECT ID="RPluginIE" CLASSID="CLSID:9DDFB297-9ED8-421d-B2AC-372A0F36E6C5"
CODEBASE="http://www.rebol.com/plugin/rebolb5.cab#Version=0,5,0,0"
WIDTH="100" HEIGHT="100" BORDER="1" ALT="REBOL/Plugin">
<PARAM NAME="LaunchURL" value="main.r">
<PARAM NAME="bgcolor" value="#ffffff">
<PARAM NAME="version" value="none">
</OBJECT>

Save this as an .html file, and set it as the Launch Command. You must also find the width and height of the app.

REBOL files may include metadata in the code, including Title, Author, Version, or Descriptions. You can add these to the meta fields if not mentioned on the website.

Troubleshooting

  • Ask in #plugin-chat if you have any issues or come across any error messages.

Wrapping It Up

First, make sure that you have thoroughly tested your curation and followed the Curation Format. Scroll down in the Curate tab and click the Export button at the bottom of your curation to save it as a .7z file. After you've exported the curation, you can find it by clicking the Exported Curations button on the Curate tab (as long as you didn't choose to save it somewhere else). Once you have the file, submit it to the Flashpoint Submission System. An explanation of how the site works is available here.

After you have uploaded your curation to the website, a Curator will check it. This can take some time, so please be patient. You will be pinged in the #fpfss-notifications channel about whether or not your submission was approved, and if any changes need to be made.

Congratulations! Your submitted game/animation will appear in a future version of Flashpoint.