Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up 'Getting started' page #20

Merged
merged 6 commits into from
Apr 14, 2023
Merged

Set up 'Getting started' page #20

merged 6 commits into from
Apr 14, 2023

Conversation

fsteeg
Copy link
Member

@fsteeg fsteeg commented Mar 29, 2023

Will resolve #19.

<p>To set up IDE support for editing your Flux and Fix files, see <a href="/ide-extensions/index.html">the IDE extensions page</a>.</p>
<h2 id="next-steps">Next steps</h2>
<p>For a complete introduction to Metafacture in German, check out the latest iteration of <a href="https://slides.lobid.org/2022-12-metafacture-workshop/#/">our Metafacture Workshop</a>. For different use cases, e.g. using Metafacture as a library, using the Morph language, and more, see <a href="https://github.com/metafacture/metafacture-documentation">our documentation collection</a>.</p>
</body>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we link a guide for the Java Integration too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would be nice, but I don't think we currently have such a guide, only for metamorph usage (in the core README).


## Playground

The easiest way to get started with Metafacture is the Playground. Take a look at the [first example](https://metafacture.org/playground/?flux=PG_DATA%0A%7Cas-lines%0A%7Cdecode-formeta%0A%7Cfix%0A%7Cencode-xml%28rootTag%3D%22collection%22%29%0A%7Cprint%0A%3B&fix=move_field%28_id%2C+id%29%0Amove_field%28a%2C+title%29%0Apaste%28author%2C+b.v%2C+b.n%2C+%27~aus%27%2C+c%29%0Aretain%28id%2C+title%2C+author%29&data=1%7Ba%3A+Faust%2C+b+%7Bn%3A+Goethe%2C+v%3A+JW%7D%2C+c%3A+Weimar%7D%0A2%7Ba%3A+R%C3%A4uber%2C+b+%7Bn%3A+Schiller%2C+v%3A+F%7D%2C+c%3A+Weimar%7D&active-editor=fix) and run it by pressing the "Process" button. Check out the other examples (first button, "Load Examples") for different input sources, transformations, and output formats.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would use this as picture. Could provide them.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good!

@TobiasNx
Copy link
Collaborator

@fsteeg process fails

@fsteeg
Copy link
Member Author

fsteeg commented Apr 13, 2023

Updated the action to use the ubuntu-latest runner in e95dde9 and added a missing update in 75b82bf, now it looks good, HTML was committed by the GitHub Action in 09a88de.

@fsteeg fsteeg requested a review from katauber April 13, 2023 12:08
@fsteeg fsteeg assigned katauber and unassigned fsteeg Apr 13, 2023
@katauber katauber assigned fsteeg and unassigned katauber Apr 14, 2023
@fsteeg fsteeg merged commit 6285742 into main Apr 14, 2023
@fsteeg fsteeg deleted the 19-gettingStarted branch April 14, 2023 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace 'Installation' with a new 'Getting started'
3 participants