Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

Add 'bisq.asset' to IDEA import layout table #1

Merged
merged 1 commit into from
Mar 28, 2018
Merged

Add 'bisq.asset' to IDEA import layout table #1

merged 1 commit into from
Mar 28, 2018

Conversation

cbeams
Copy link
Contributor

@cbeams cbeams commented Mar 27, 2018

To be merged along with bisq-network/bisq-core#32.

Copy link
Contributor

@ManfredKarrer ManfredKarrer left a comment

Choose a reason for hiding this comment

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

I am not sure about the name 'asset' - I though initially on the assets in the code like images, resource bundles, etc.... Not sure whats the best name. Tokens or altcoin is more specific, asset is more general but maybe a bit too overloaded.

Copy link
Contributor

@ManfredKarrer ManfredKarrer left a comment

Choose a reason for hiding this comment

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

But as I also don't find a better term to asset I am fine to go with it...
tuACK
I leave the merge to yourself to sync best with the other PR.

@cbeams cbeams merged commit 9421f43 into bisq-network:master Mar 28, 2018
cbeams added a commit that referenced this pull request Mar 28, 2018
Add 'bisq.asset' to IDEA import layout table
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
Using command:

    git ls-files | xargs dos2unix

Note that this change also strips trailing whitespace.

See: bisq-network#1
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
Using command:

    git ls-files \
        | egrep -v '(jpg|png|ttf|pdf|ico|gif)$' \
        | xargs -I file tab2space -lf file file

And verified with `git diff -w` to ensure only whitespace changes were
made and that no binary files were modified.
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
This had been set to `display: none` anyway, so was already dead code,
but the site is indeed no longer powered by WordPress at all, thus the
removal.
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
To match exact spacing of current https://bisq.io page. This can be
adjusted later.
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
The formatting changes in the previous commit broke layout of header and
footer navs. This change puts the previous formatting back in place.
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
Using the following command:

    for i in $(find images);
    do
        count=$(git grep -l $i | wc -l);
        echo $count:$i;
    done | grep '^0:' | cut -d":" -f2 | xargs git rm
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
In preparation for actually converting their contents to Markdown in
subsequent commits.
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
Note in particular the conversion to first-class footnotes with
[^footnote] syntax.
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
ManfredKarrer pushed a commit to ManfredKarrer/archived_bisq that referenced this pull request Jun 26, 2018
Problem bisq-network#1: we were linking to outdated arbitration-system and
risk-assessment PDFs.

Solution bisq-network#1: introduce /docs/exchange/arbitration-system and
/docs/exchange/risk-analysis redirects pointing to more up-to-date GDoc
versions

Problem bisq-network#2: we were linking to newly transcribed exchange and dao docs with
full GitHub URLs, which are long and hard to read at a glance when
mousing over.

Solution bisq-network#2: introduce /docs/exchange/whitepaper, /docs/dao/overview,
/docs/dao/specification redirects pointing to correct URL for these
docs in GitHub (and in GDocs for the latter).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants