File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2012-04-29 dschulze@adobe.com
2+ Added more clarification on interpolating transforms.
3+ Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=14715
4+ Added new term "identity transform function".
5+ Changed Makefile to use ~/.curl-w3.org.
6+
172012-04-29 dschulze@adobe.com
28 Clarify horizontal and vertical origin on transform-origin property.
39 More style cleanup and corrections.
Original file line number Diff line number Diff line change 1414# http://gnuwin32.sourceforge.net/downlinks/make.php
1515# http://curl.haxx.se/dlwiz/?type=bin&os=Win32&flav=-&ver=2000/XP
1616#
17- # You also need to install either a .curlrc (*NIX/*BSD) or _curlrc
17+ # You also need to install either a .curl-w3.org (*NIX/*BSD) or _curlrc
1818# (MS-DOS ) file in your HOME directory, with at minimum the
1919# following contents:
2020#
@@ -38,9 +38,9 @@ all: $(OUTPUTFILE)
3838
3939$(OUTPUTFILE ) : $(SOURCEFILE )
4040ifeq (,$(PUBDATE ) )
41- $(CURL) $(CURLFLAGS) --user $(USER) -F file="@$<" -o "$@" -F group=FX -F output=html -F method=file $(PROCESSCGI)
41+ $(CURL) $(CURLFLAGS) -K ~/.curl-w3.org -F file="@$<" -o "$@" -F group=FX -F output=html -F method=file $(PROCESSCGI)
4242else
43- $(CURL) $(CURLFLAGS) --user $(USER) -F file="@$<" -o "$@" -F group=FX -F output=html -F method=file $(PROCESSCGI) -F date=$(PUBDATE)
43+ $(CURL) $(CURLFLAGS) -K ~/.curl-w3.org -F file="@$<" -o "$@" -F group=FX -F output=html -F method=file $(PROCESSCGI) -F date=$(PUBDATE)
4444endif
4545
4646
You can’t perform that action at this time.
0 commit comments